home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software USA 5 #5
/
Software USA Volume 5.05.iso
/
pc
/
children
/
jigsaw
/
run
/
jigsaw.exe
/
0
/
RCDATA
/
TF_SOUND
/
TF_SOUND.txt
Wrap
Text File
|
1999-01-05
|
3KB
|
113 lines
object F_Sound: TF_Sound
Left = 374
Top = 223
BorderStyle = bsDialog
Caption = 'Sound and video'
ClientHeight = 214
ClientWidth = 237
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnActivate = FormActivate
OnKeyPress = FormKeyPress
PixelsPerInch = 96
TextHeight = 13
object P_Form: TPanel
Left = 0
Top = 0
Width = 229
Height = 193
BevelOuter = bvNone
TabOrder = 0
object B_Ok: TButton
Left = 56
Top = 152
Width = 73
Height = 33
Caption = 'OK'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
OnClick = B_OkClick
OnKeyPress = FormKeyPress
end
object B_Cancel: TButton
Left = 148
Top = 152
Width = 73
Height = 33
Caption = 'Cancel'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 1
OnClick = B_CancelClick
OnKeyPress = FormKeyPress
end
object Panel1: TPanel
Left = 8
Top = 8
Width = 213
Height = 123
BevelInner = bvRaised
BevelOuter = bvLowered
TabOrder = 2
object CB_PlaySound: TCheckBox
Left = 16
Top = 8
Width = 113
Height = 25
Caption = 'Play sound'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
TabOrder = 0
OnKeyPress = FormKeyPress
end
object CB_PlayStartAvi: TCheckBox
Left = 16
Top = 48
Width = 137
Height = 25
Caption = 'Play start-up video'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
TabOrder = 1
OnKeyPress = FormKeyPress
end
object CB_PlayDoneAvi: TCheckBox
Left = 16
Top = 88
Width = 188
Height = 25
Caption = 'Play puzzle completed video'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
TabOrder = 2
OnKeyPress = FormKeyPress
end
end
end
end